//0x58 bytes (sizeof)
struct _MI_PARTITION_STORES
{
union
{
LONG FlushCompleting:1; //0x0
LONG FlushInProgress:31; //0x0
volatile LONG Long; //0x0
} WriteAllStoreHintedPages; //0x0
ULONG VirtualPageFileNumber; //0x4
ULONG Registered; //0x8
ULONG ReadClusterSizeMax; //0xc
ULONG EvictFlushRequestCount; //0x10
ULONG ModifiedWriteDisableCount; //0x14
ULONG WriteIssueFailures; //0x18
struct _ETHREAD* EvictionThread; //0x1c
struct _KEVENT EvictEvent; //0x20
struct _KEVENT EvictFlushCompleteEvent; //0x30
union _SLIST_HEADER WriteSupportSListHead; //0x40
volatile LONG EvictFlushLock; //0x48
struct _RTL_BITMAP* ModifiedWriteFailedBitmap; //0x4c
struct _EPROCESS* StoreProcess; //0x50
};